DOC: refresh copilot-instructions counts and version matrix - #577
Open
Gaurav Sharma (bewithgaurav) wants to merge 1 commit into
Open
DOC: refresh copilot-instructions counts and version matrix#577Gaurav Sharma (bewithgaurav) wants to merge 1 commit into
Gaurav Sharma (bewithgaurav) wants to merge 1 commit into
Conversation
Correct stale facts in the Copilot instructions: test count (42 -> 214 across 15 files), Django matrix (add 6.1), and the EXCLUDED_TESTS note (version-gated blocks spanning Django 3.1 through 6.1). Docs only. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot started reviewing on behalf of
Gaurav Sharma (bewithgaurav)
August 17, 2026 13:42
View session
Copilot stopped reviewing on behalf of
Gaurav Sharma (bewithgaurav) due to an error
August 17, 2026 13:42
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Corrects stale facts in the Copilot instructions that drifted since they were written:
42 unit tests across 11 test files->214 tests across 15 test files6.1(shipped in 1.8.0)EXCLUDED_TESTSnote: replaces the stale "~75 tests excluded for Django 6.0" point estimate with "version-gated blocks (if VERSION >= (X, Y):) spanning Django 3.1 through 6.1"Documentation only. No code or test changes.
Verified against
dev@ 1.8.0: 214def test_across 15 files;setup.pyhas the 6.1 classifier and<6.2cap;settings.pyhas aVERSION >= (6, 1)block.